Rename Files 

A Rename Files section lists the names of files to be renamed. The name of the section must appear in a Renfiles item in an Install3AN5O2 section of the INF file.

[rename-files-section-name]

new-file-name,old-file-name

.

.

.

 

new-file-name

New name of the file.

old-file-name

Old name of the file. The old-file-name parameter must be defined in a SourceDisksFiles section.

 

The following example renames file42 to file41, file52 to file51, and file62 to file61:

[RenameOldFilesSec]

file41, file42

file51, file52

file61, file62